From: kfraser@localhost.localdomain Date: Tue, 17 Oct 2006 16:19:31 +0000 (+0100) Subject: [SOLARIS] Some makefile fragments expect a better shell than Solaris's /bin/sh, X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15589^2~80 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=3c498d82301b952da57099bce75a0f3fb3c48567;p=xen.git [SOLARIS] Some makefile fragments expect a better shell than Solaris's /bin/sh, so force bash usage. Signed-off-by: John Levon --- diff --git a/config/SunOS.mk b/config/SunOS.mk index c1dd310587..e309138342 100644 --- a/config/SunOS.mk +++ b/config/SunOS.mk @@ -12,6 +12,7 @@ OBJCOPY = $(CROSS_COMPILE)gobjcopy OBJDUMP = $(CROSS_COMPILE)gobjdump GREP = ggrep +SHELL = bash INSTALL = ginstall INSTALL_DIR = $(INSTALL) -d -m0755